home *** CD-ROM | disk | FTP | other *** search
- #ifndef MF3D_FILE_H
- #define MF3D_FILE_H
- /*==============================================================================
- *
- * File: MFFILE.H
- *
- * Function: Miscellaneous metafile routines.
- *
- * Author(s): Rick Wong (RWW), Duet Development Corp.
- *
- * Copyright: (c) 1995 by Apple Computer, Inc., all rights reserved.
- *
- * Change History (most recent first):
- * Fabio Changed file name to 8 characters
- * F3F_RWW File created.
- *==============================================================================
- */
- #if defined(__COMPILING_ON_MACINTOSH__)
- #pragma once
- #endif
-
- #include "MFTYPES.H"
- #include "MFINTOBJ.H"
-
- MF3DErr
- MF3D_TypeObjWrite(
- MF3D_FilePtr inMetafilePtr,
- MF3DVoidObjPtr inMF3DObjPtr);
-
- MF3DErr
- MF3D_CloseReadBuffer(
- MF3D_FilePtr inMetafilePtr);
-
- MF3DErr
- MF3D_BackpatchTOCLocation(
- MF3D_FilePtr inMF3DFilePtr);
-
- MF3DErr
- MF3D_DisposeTOCStuff(
- MF3D_FilePtr inMetafilePtr);
-
- #endif